go/ast.SwitchStmt.Switch (field)
3 uses
go/ast (current package)
ast.go#L737: Switch token.Pos // position of "switch" keyword
ast.go#L803: func (s *SwitchStmt) Pos() token.Pos { return s.Switch }
go/parser
parser.go#L2288: return &ast.SwitchStmt{Switch: pos, Init: s1, Tag: p.makeExpr(s2, "switch expression"), Body: body}
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)